home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / patins.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  301 b   |  11 lines

  1. on exitFrame
  2.   if (the top of sprite 30 > 40) and (the left of sprite 30 > 50) and (the top of sprite 30 < 324) and (the left of sprite 30 < 400) then
  3.     set the puppet of sprite 30 to 0
  4.     set the visible of sprite 30 to 0
  5.     updateStage()
  6.     go("d")
  7.   end if
  8.   updateStage()
  9.   go(the frame)
  10. end
  11.